The results of the point create/update/delete operations.
PointsPostResponse
The results of the point create/update/delete operations.
|
Name | Description | Data Type |
---|---|---|
NumSuccesses | The number of points that were successfully written. | number |
NumFailures | The number of points that failed to be written. | number |
WarningsMask | a bitmask of warning conditions (e.g., WarningLicensePointCount) | integer |
PointResults | The results for each point in the request array. | Array[ItemResult] |